#include <deApi_Private.hpp>
Inheritance diagram for deApiNodeTree:


Public Member Functions | |
| deApiHandle | GetNode (unsigned long runtimeID) |
| void | GetNodes (deTArray< unsigned long > &aReturn, deString &TypeFilter=deString(""), int iMaxCount=-1) |
| deApiNodeTree () | |
| ~deApiNodeTree () | |
Public Attributes | |
| DECLARE_RTI | |
Private Member Functions | |
| unsigned long | AddNode (deApiObject *pNewObject) |
| bool | DestroyNode (unsigned long runtimeID) |
| deApiObject * | GetApiObject (unsigned long runtimeID) |
Private Attributes | |
| deTArray< deApiObject * > | m_tarrayNodes |
| deTArray< unsigned long > | m_runtimeIDs |
Friends | |
| class | deApi |
| class | deApiHandle |
| class | deApiFn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from deApiObject. |
|
|
|
|
|
|
1.3-rc3